Class ExcelResolver<T>
This object resolves a rowID within an Excel sheet.
Assembly: Dalamud.dll
View Source
Declaration
public class ExcelResolver<T> where T : ExcelRow
Properties
Id
Gets the ID to be resolved.
View Source
Declaration
public uint Id { get; }
GameData
Gets GameData linked to this excel row.
View Source
Declaration
public T? GameData { get; }
Methods
GetWithLanguage(ClientLanguage)
Gets GameData linked to this excel row with the specified language.
View Source
Declaration
public T? GetWithLanguage(ClientLanguage language)
Returns
<T>
: The ExcelRow in the specified language.
Parameters
Type | Name | Description |
---|---|---|
Dalamud.Game.ClientLanguage | language | The language. |